projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d57b9
)
Remove redundant auto-mode-alist hacking.
author
Erik Naggum
<erik@naggum.no>
Sat, 13 Jan 1996 00:30:34 +0000
(
00:30
+0000)
committer
Erik Naggum
<erik@naggum.no>
Sat, 13 Jan 1996 00:30:34 +0000
(
00:30
+0000)
lisp/textmodes/sgml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/sgml-mode.el
b/lisp/textmodes/sgml-mode.el
index 16f87b23a9d80e85df9a6944da4861d5e93d11a6..2415fbaf751647000bcf5f5522cdfaf63be42952 100644
(file)
--- a/
lisp/textmodes/sgml-mode.el
+++ b/
lisp/textmodes/sgml-mode.el
@@
-30,13
+30,6
@@
;;; Code:
-;;;###autoload
-(or (rassq 'sgml-mode auto-mode-alist)
- (setq auto-mode-alist `(("\\.sgml?\\'" . sgml-mode)
- ("\\.dtd\\'" . sgml-mode)
- ,@auto-mode-alist)))
-
-
;; As long as Emacs' syntax can't be complemented with predicates to context
;; sensitively confirm the syntax of characters, we have to live with this
;; kludgy kind of tradeoff.